PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFStandardRectangle Class / isPointInRectangle Method / isPointInRectangle(double,double) Method
The x coordinate.
The y coordinate.
In This Topic
    isPointInRectangle(double,double) Method
    In This Topic
    Tests if the given point is located inside the rectangle.
    Syntax
    public boolean isPointInRectangle( 
       double x,
       double y
    )

    Parameters

    x
    The x coordinate.
    y
    The y coordinate.

    Return Value

    True if the point is located inside the rectangle, false otherwise.
    See Also